CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - android binder

搜索资源列表

  1. android-binder-shenruqainchu

    0下载:
  2. android 深入浅出 binder 机制,由浅入深详述了android进程间通信实现机制-android layman binder mechanism, Deep detailing the android to achieve inter-process communication mechanism
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:31914
    • 提供者:龚孝波
  1. Android-IPC-Binder

    0下载:
  2. I will use call IAudioFlinger::setMode API as a sample scenario to show how the Android IPC system works. AudioFlinger is a service in the media_server program
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:80001
    • 提供者:Richard
  1. Binder

    0下载:
  2. Android Binder Renference
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:80433
    • 提供者:KimJuHyok
  1. Android-IPC-binder-

    0下载:
  2. 自己写的给公司开发人员关于ANDROID BINDER机制的一个培训材料-Their developers to write to the company as a mechanism for ANDROID BINDER training materials
  3. 所属分类:android开发

    • 发布日期:2017-03-30
    • 文件大小:80461
    • 提供者:huang
  1. android-native-server

    0下载:
  2. 一个关于如何在android2.2源码中写本地NATIVE服务的可用例子-Android2.2 a source on how to write in the local service available examples NATIVE
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:222444
    • 提供者:huang
  1. ServiceBinderExample

    0下载:
  2. 关于Android的Intent和服务的之间的数据传递-Intent on Android and services to pass data between
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:11152
    • 提供者:jary
  1. Android-binder

    0下载:
  2. Android的binder机制研究(C++部分),通过对Android媒体播放器的反向分析,给出binder的类图,并详细定义了接口类、定义和实现binder类、BnMediaPlayService代码分析-Android s binder mechanism (C++ section), the Android media player through the reverse analysis, given the binder of class diagrams, and detailed
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:213289
    • 提供者:ycy
  1. depth-understanding-of-Andorid

    0下载:
  2. 深入理解Android重难点解析,主要重点分析了JNI、init、Android常用类、Binder、Audio系统和Surface系统。-Android-depth understanding of heavy and difficult to resolve, mainly focused on analyzing the JNI, init, Android commonly used type, Binder, Audio Systems, and Surface Systems.
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:745601
    • 提供者:寒风
  1. serviceconnect

    0下载:
  2. Android binder IPC simple 2 way communication example
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:72682
    • 提供者:stada
  1. Android

    0下载:
  2. Android进程间通信机制(Binder)介绍-Android Binder
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:628676
    • 提供者:niejing
  1. android_binder_cPP

    0下载:
  2. android+binder实例(C++层)-android+binder(C++)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:26503
    • 提供者:HUGH
  1. Android-Framework

    0下载:
  2. 一 JNI重难点分析 1.1 注册方法的选择 1.2 垃圾回收 二 init重难点分析 2.1 keywords.h的有趣用法 2.2 用好“DllMain函数”——客户端Property读取的实现 三 Android常用类重难点分析 3.1 RefBase、sp和wp 3.2 题外话——无所不用其极 四 Binder重难点分析 4.1 时空穿越魔术揭秘 4.2 Binder和线程的关系 五 Audio系统
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:620182
    • 提供者:贾诩
  1. ght

    0下载:
  2. 高焕堂:Android&Java的线程框架与模式 Android架构师手册_建模与图形思考 活用Android的IPC机制与Binder 框架 如何开发Android应用框架 Android 的NDK 与JNI雕龙小技-GAO Huan-tang: Android & Java threads Framework and modalities Android Architect Manual _ utilize modeling and graphical thinkin
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28105534
    • 提供者:zhurui
  1. Android-Binder-CPP-Interface-InternalL2

    0下载:
  2. Android Binder Explained
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:349124
    • 提供者:sumit
  1. HelloWorldService

    0下载:
  2. 按照android Binder框架自己实现的一个Binder例子,代码的功能是将客户端输入的字符串进行大小写转换-Framework in accordance with android Binder Binder own implementation of an example, the code is the function of the client input string case conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:67678
    • 提供者:Mr zhang
  1. Android_Binder_IPC

    0下载:
  2. android binder通信介绍。binder 通信是一种client-server 的通信结构, 1. 从表面上来看,是client 通过获得一个server 的代理接口,对server 进行直接调用; 2. 实际上,代理接口中定义的方法与server 中定义的方法是一一对应的; 3.client 调用某个代理接口中的方法时,代理接口的方法会将client 传递的参数打包成为Parcel 对象; 4. 代理接口将该Parcel 发送给内核中的binder drive
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:52923
    • 提供者:zou
  1. Android Fibonacci

    0下载:
  2. Android fibonacci binder implementation
  3. 所属分类:android开发

  1. binder

    0下载:
  2. Android IPC Subsystem for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:21901
    • 提供者:herwozu
  1. binder

    0下载:
  2. Androidbinder通信框架,通俗易懂,容易上手材料。-Android binder
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:76946
    • 提供者:liujunjie
  1. Android Binder设计与实现.pdf

    0下载:
  2. android' binder的学习资料pdf(The material of android binder)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:516096
    • 提供者:开发猪
« 12 »
搜珍网 www.dssz.com